home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Georgia Wildfire Prevention
/
Georgia Wildfire Prevention.iso
/
pc
/
media
/
dirs
/
BackUp
/
WildFire.dir
/
00010_Script_QuizFrame Behavior
< prev
next >
Wrap
Text File
|
2002-10-15
|
222b
|
19 lines
global Neptune
property loopguard
on new me
loopguard=0
end
on exitframe me
if loopguard=0 then
AskQuestion (Neptune)
loopguard=1
end if
go the frame
end
on Done me
LoopGuard = 0
end